Welcome![Sign In][Sign Up]
Location:
Search - MFC mdi

Search list

[Windows Developmdisdi

Description: 在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。-in many management information system forms have some things in common : We can open the menu framework through various types of View window, which is MDI window View some of the features, in the framework of the smallest Window maximize reduction, and click on the menu only have a window (like SDI ). This form of window design gives people with a coherent sense. I have spent VC6.0 attempt to create such a window, now the entire process for you to write down here should contain some insider MFC technology.
Platform: | Size: 27648 | Author: 那时花开 | Hits:

[Dialog_WindowDialogBar调用切分窗口

Description: MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC generation MDI procedural framework, and allow segmentation window. static generated about two split window, with the category CLeftView View, CRightView establish linkages. DialogBar generation, in addition DialogBar Copy button and the Clear button. cut in the left-hand window can be animated line. Click on the Copy button to draw the line has been copied to the right segmentation window, click on the Clear button to clear the window around.
Platform: | Size: 57344 | Author: 马克 | Hits:

[Dialog_WindowCatWork0506

Description: 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件夹,但我好像找不到这样的标志。-calculated MDI window for a few, only showed the folder open dialog lt; Window management gt; One, I was writing a Multiple Document MFC (MDI) applications. The father of the window, how can I check all the MDI window whether son have closure? If the closure of all, I think in my main window activated a pane. 2, I was with Visual Studio.NET and MFC do a procedure. In my programs, and users have to choose a folder, and copies of documents in which. I can call OpenFileDialog to allow users to select a file, but how to open the box only shows that folder? I have seen a lot of the installation process is limited to only the dialog box shown folder, but I do not like the signs.
Platform: | Size: 158720 | Author: 东方旭 | Hits:

[3D GraphicVisualFxMdi_demo

Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
Platform: | Size: 45056 | Author: 扬子昌 | Hits:

[GUI Developwtlmditab_demo

Description: This class adds a simple tab control in a WTL based MDI application. It is partly based on the freeware MFC version from Dundas Software available at
Platform: | Size: 52224 | Author: 王豫 | Hits:

[Books深入了解MFC文档视结构

Description: 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。 -help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC+5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC/depending on the structure, the analysis of functions and processes, and to address MDI application preparation process of some co
Platform: | Size: 22528 | Author: 王国维 | Hits:

[Dialog_WindowMDI_app

Description: 一个简单的MFC多文档程序,适合初学者入门,通过阅读此程序,可以对多文档有一个比较全面的认识-a simple MFC more documentation procedures, suitable for beginners to start by reading this procedure, the more documents for a more complete understanding of the
Platform: | Size: 124928 | Author: 珠海 | Hits:

[Dialog_WindowMDITab

Description: 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
Platform: | Size: 104448 | Author: wbt | Hits:

[OpenGL programNeuralNetTwo

Description: Creation of Multiple Dynamic Views. How to initilize and use additional different views in your MDI app by using Doc view architecture. Example code of OpenGL window and a Dialog window-Creation of Multiple Dynamic Views. How to initilize and use additional different views i n your MDI app by using Doc view architecture. Ex ample code of OpenGL window and a window Dialog
Platform: | Size: 44032 | Author: xuroc | Hits:

[Graph Drawingscribble

Description: SCRIBBLE 示例:MFC MDI 绘图应用程序. SCRIBBLE 是一个小绘图应用程序,它允许用鼠标绘制徒手画并将图像保存在文件中。此示例简单阐释了 MFC 的广泛功能.-Scribble Sample: MFC MDI Drawing Application. SCRIBBLE is a small drawing application that allows freehand drawing with the mouse and the image stored in the file. This example briefly explain the broad features of the MFC.
Platform: | Size: 110592 | Author: 任飞 | Hits:

[GUI DevelopThreadDemo1

Description: 利用MFC绘制多文档界面实现画线做图等基本操作-The use of MFC MDI Drawing realize drawing a line graph to do the basic operations
Platform: | Size: 119808 | Author: lau | Hits:

[Windows DevelopMDILayout_Sample

Description: Windows MFC MDI程序,视图标签程序。 可以控制各个Child窗口-Windows MFC MDI program, view tag procedures. Can control all Child window
Platform: | Size: 33792 | Author: 王牌 | Hits:

[OtherMFC

Description: VC++ MFC SDI/MDI 框架各部分指针获取方式-VC++ MFC SDI/MDI frame pointer access to all parts of the way
Platform: | Size: 5120 | Author: jessy | Hits:

[Windows DevelopTestApp

Description: Simple MFC MDI application, just to test the upload function.
Platform: | Size: 34816 | Author: Gaetan | Hits:

[OpenGL programoglmdi2

Description: have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
Platform: | Size: 424960 | Author: johnnystar | Hits:

[Windows DevelopMFC.MDI.document.template.code

Description: MFC MDI文档模板设计经典代码MFC MDI document template design classic code -MFC MDI document template design classic code
Platform: | Size: 41984 | Author: k | Hits:

[Dialog_WindowFullScreen-show-SDI-and-MDI-in-MFC-

Description: MFC 实现单文档和多文档全屏显示功能 代码可供学习-Fullscreen show SID and MDI in MFC
Platform: | Size: 1629184 | Author: wangdingqiao | Hits:

[GUI DevelopMFC-MDI

Description: 该程序实现了类似VC开发环境的界面,不过是控制窗口的显示目录有所改变,对于多视窗口的创建和理解是一个很的学习例子。-The VC program development environment to achieve a similar interface, but control the window display of the directory has changed, for the creation of multi-view windows and understanding is a learning example.
Platform: | Size: 344064 | Author: 宝乾 | Hits:

[Windows DevelopMFC-MDI

Description: 深入了解MFC中的文挡/视结构,文档/视结构有关的各种类之间的关系,了解CwinApp::OnFileNew、CwinApp::OnFileOpen和Window/New的程序流程,-MFC-depth understanding of the text block/view architecture
Platform: | Size: 24576 | Author: 汪亚东 | Hits:

[GUI DevelopSplitter-View-in-MFC-MDI

Description: This an example to use splitter view in MFC MDI programming-This is an example to use splitter view in MFC MDI programming
Platform: | Size: 3683328 | Author: sheeps | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net